Home
last modified time | relevance | path

Searched refs:glViewport (Results 1 – 25 of 73) sorted by relevance

123

/hardware/google/gfxstream/qnx/host/
Dplatform_qnx.cpp25 glViewport(0, 0, 0, 0); in link_EGL_GLES2()
/hardware/google/gfxstream/host/gl/
DCompositorGl.cpp63 s_gles2.glViewport(0, 0, targetWidth, targetHeight); in compose()
87 s_gles2.glViewport(restoredViewport[0], restoredViewport[1], restoredViewport[2], in compose()
DTextureResize.cpp322 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()
DDisplayGl.cpp76 s_gles2.glViewport(0, 0, mViewportWidth, mViewportHeight); in viewport()
/hardware/google/gfxstream/host/tests/
DGLSnapshotTransformation_unittest.cpp44 gl->glViewport(GetParam()[0], GetParam()[1], GetParam()[2], in stateChange()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DScopedGLState.cpp123 gl.glViewport(v.intData[0], v.intData[1], v.intData[2], v.intData[3]); in ~ScopedGLState()
/hardware/qcom/sm7250/display/composer/
Dgl_common.cpp194 GL(glViewport(dst_rect.left, dst_rect.top, width, height)); in SetViewport()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h153 {"glViewport", (void*)glViewport},
Dgl_client_context.h155 glViewport_client_proc_t glViewport; member
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h152 {"glViewport", (void*)glViewport},
/hardware/libhardware/tests/hwc/
Dtest-arrows.c107 glViewport(0, 0, w, h); in prepare()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp391 glViewport(0, 0, mWidth, mHeight); in renderImageToScreen()
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dglengine.cpp264 GL(glViewport(x, y, w, h)); in engine_setDestination()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries76 void glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
Dgles_common.entries75 void glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
Dgles_common_for_gles2.entries76 void glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp264 GL(glViewport(x, y, w, h)); in engine_setDestination()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp398 glViewport(0, 0, mWidth, mHeight); in renderImageToScreen()
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dglengine.cpp264 GL(glViewport(x, y, w, h)); in engine_setDestination()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp264 GL(glViewport(x, y, w, h)); in engine_setDestination()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp285 GL(glViewport(x, y, w, h)); in engine_setDestination()
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h77 GL_APICALL void GL_APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
Dgles_common_for_gles2_static_translator_namespaced_header.h77 GL_APICALL void GL_APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h159 glViewport_server_proc_t glViewport; member
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp171 mGl->glViewport(0, 0, width, height); in TEST_P()
427 mGl->glViewport(0, 0, 1, 1); in TEST_P()

123