/hardware/google/gfxstream/qnx/host/ |
D | platform_qnx.cpp | 25 glViewport(0, 0, 0, 0); in link_EGL_GLES2()
|
/hardware/google/gfxstream/host/gl/ |
D | CompositorGl.cpp | 63 s_gles2.glViewport(0, 0, targetWidth, targetHeight); in compose() 87 s_gles2.glViewport(restoredViewport[0], restoredViewport[1], restoredViewport[2], in compose()
|
D | TextureResize.cpp | 322 s_gles2.glViewport(vport[0], vport[1], vport[2], vport[3]); // Restore the viewport. in update() 387 s_gles2.glViewport(0, 0, mWidth / mFactor, mHeight); in resize() 413 s_gles2.glViewport(0, 0, mWidth / mFactor, mHeight / mFactor); in resize() 564 s_gles2.glViewport(0, 0, mWidth, mHeight); in draw() 613 s_gles2.glViewport(vport[0], vport[1], vport[2], vport[3]); in draw()
|
D | DisplayGl.cpp | 76 s_gles2.glViewport(0, 0, mViewportWidth, mViewportHeight); in viewport()
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTransformation_unittest.cpp | 44 gl->glViewport(GetParam()[0], GetParam()[1], GetParam()[2], in stateChange()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | ScopedGLState.cpp | 123 gl.glViewport(v.intData[0], v.intData[1], v.intData[2], v.intData[3]); in ~ScopedGLState()
|
/hardware/qcom/sm7250/display/composer/ |
D | gl_common.cpp | 194 GL(glViewport(dst_rect.left, dst_rect.top, width, height)); in SetViewport()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 153 {"glViewport", (void*)glViewport},
|
D | gl_client_context.h | 155 glViewport_client_proc_t glViewport; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 152 {"glViewport", (void*)glViewport},
|
/hardware/libhardware/tests/hwc/ |
D | test-arrows.c | 107 glViewport(0, 0, w, h); in prepare()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | GlWrapper.cpp | 391 glViewport(0, 0, mWidth, mHeight); in renderImageToScreen()
|
/hardware/qcom/sm7250/display/gpu_tonemapper/ |
D | glengine.cpp | 264 GL(glViewport(x, y, w, h)); in engine_setDestination()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 76 void glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
|
D | gles_common.entries | 75 void glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
|
D | gles_common_for_gles2.entries | 76 void glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | glengine.cpp | 264 GL(glViewport(x, y, w, h)); in engine_setDestination()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | GlWrapper.cpp | 398 glViewport(0, 0, mWidth, mHeight); in renderImageToScreen()
|
/hardware/qcom/sm8150/display/gpu_tonemapper/ |
D | glengine.cpp | 264 GL(glViewport(x, y, w, h)); in engine_setDestination()
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | glengine.cpp | 264 GL(glViewport(x, y, w, h)); in engine_setDestination()
|
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | glengine.cpp | 285 GL(glViewport(x, y, w, h)); in engine_setDestination()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 77 GL_APICALL void GL_APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 77 GL_APICALL void GL_APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 159 glViewport_server_proc_t glViewport; member
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 171 mGl->glViewport(0, 0, width, height); in TEST_P() 427 mGl->glViewport(0, 0, 1, 1); in TEST_P()
|