Home
last modified time | relevance | path

Searched refs:glEnableVertexAttribArray (Results 1 – 25 of 55) sorted by relevance

123

/hardware/google/gfxstream/host/tests/
DHelloTriangleImp.cpp62 gl->glEnableVertexAttribArray(0); in initialize()
63 gl->glEnableVertexAttribArray(1); in initialize()
DSampleApplication.cpp414 gl->glEnableVertexAttribArray(0); in drawWorker()
415 gl->glEnableVertexAttribArray(1); in drawWorker()
DGLSnapshotVertexAttributes_unittest.cpp67 gl->glEnableVertexAttribArray(m_index); in stateChange()
DFrameBuffer_unittest.cpp628 gl->glEnableVertexAttribArray(0); in TEST_F()
629 gl->glEnableVertexAttribArray(1); in TEST_F()
/hardware/qcom/sm7250/display/composer/
Dgl_color_convert_impl.cpp173 glEnableVertexAttribArray(0); in Blit()
175 glEnableVertexAttribArray(1); in Blit()
Dgl_layer_stitch_impl.cpp223 glEnableVertexAttribArray(0); in InitContext()
225 glEnableVertexAttribArray(1); in InitContext()
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp221 s_gles2.glEnableVertexAttribArray(mPositionSlot); in TextureDraw()
224 s_gles2.glEnableVertexAttribArray(mInCoordSlot); in TextureDraw()
304 s_gles2.glEnableVertexAttribArray(mPositionSlot); in drawImpl()
321 s_gles2.glEnableVertexAttribArray(mInCoordSlot); in drawImpl()
540 s_gles2.glEnableVertexAttribArray(mPositionSlot); in preDrawLayer()
548 s_gles2.glEnableVertexAttribArray(mInCoordSlot); in preDrawLayer()
DTextureResize.cpp389 s_gles2.glEnableVertexAttribArray(mFBWidth.aPosition); in resize()
415 s_gles2.glEnableVertexAttribArray(mFBHeight.aPosition); in resize()
567 s_gles2.glEnableVertexAttribArray(mPositionAttribLocation); in draw()
574 s_gles2.glEnableVertexAttribArray(mInCoordAttribLocation); in draw()
DYUVConverter.cpp844 s_gles2.glEnableVertexAttribArray(attributeLocPos); in doYUVConversionDraw()
845 s_gles2.glEnableVertexAttribArray(attributeLocTexCoord); in doYUVConversionDraw()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp403 mGl->glEnableVertexAttribArray(0); in TEST_P()
404 mGl->glEnableVertexAttribArray(1); in TEST_P()
582 mGl->glEnableVertexAttribArray(0); in TEST_P()
585 mGl->glEnableVertexAttribArray(1); in TEST_P()
720 mGl->glEnableVertexAttribArray(0); in TEST_P()
723 mGl->glEnableVertexAttribArray(1); in TEST_P()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp430 glEnableVertexAttribArray(0); in renderImageToScreen()
431 glEnableVertexAttribArray(1); in renderImageToScreen()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp434 glEnableVertexAttribArray(0); in renderImageToScreen()
435 glEnableVertexAttribArray(1); in renderImageToScreen()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h54 {"glEnableVertexAttribArray", (void*)glEnableVertexAttribArray},
Dgl2_client_context.h56 glEnableVertexAttribArray_client_proc_t glEnableVertexAttribArray; member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp76 gl.glEnableVertexAttribArray(0); // pos in getDrawTexOESCoreState()
77 gl.glEnableVertexAttribArray(1); // texcoord in getDrawTexOESCoreState()
446 gl.glEnableVertexAttribArray(attribNum); in setupArrayForDraw()
488 gl.glEnableVertexAttribArray(attribNum); in setupArrayForDraw()
/hardware/libhardware/tests/hwc/
Dtest-arrows.c136 glEnableVertexAttribArray(aPosition); in render()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp262 dispatcher.glEnableVertexAttribArray(i); in postLoadRestoreCtx()
490 s_glDispatch.glEnableVertexAttribArray(0); in validateAtt0PreDraw()
633 s_glDispatch.glEnableVertexAttribArray(i); in drawWithEmulations()
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dglengine.cpp305 GL(glEnableVertexAttribArray(0)); in engine_blit()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp305 GL(glEnableVertexAttribArray(0)); in engine_blit()
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dglengine.cpp305 GL(glEnableVertexAttribArray(0)); in engine_blit()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp305 GL(glEnableVertexAttribArray(0)); in engine_blit()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp326 GL(glEnableVertexAttribArray(0)); in engine_blit()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries21 void glEnableVertexAttribArray(GLuint index);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h24 GL_APICALL void GL_APIENTRY glEnableVertexAttribArray(GLuint index);
Dgles2_only_functions.h24 X(void, glEnableVertexAttribArray, (GLuint index), (index)) \

123