Home
last modified time | relevance | path

Searched refs:glCreateProgram (Results 1 – 25 of 53) sorted by relevance

123

/hardware/google/gfxstream/host/tests/
DShaderUtils.cpp71 GLuint program = gl->glCreateProgram(); in compileAndLinkShaderProgram()
DGLSnapshotPrograms_unittest.cpp167 m_program_name = gl->glCreateProgram(); in stateChange()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DNamedObject.cpp57 m_globalName = GLEScontext::dispatcher().glCreateProgram(); in NamedObject()
/hardware/google/gfxstream/common/detector/
DGles.cpp145 GLuint program = glCreateProgram(); in CreateProgram()
/hardware/qcom/sm7250/display/composer/
Dgl_common.cpp41 GLuint prog_id = glCreateProgram(); in LoadProgram()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h36 {"glCreateProgram", (void*)glCreateProgram},
Dgl2_client_context.h38 glCreateProgram_client_proc_t glCreateProgram; member
Dgl2_client_context.cpp38 glCreateProgram = (glCreateProgram_client_proc_t) getProc("glCreateProgram", userData); in initDispatchByName()
/hardware/libhardware/tests/hwc/
Dutil.c83 if (!(prog = glCreateProgram())) in load_program()
/hardware/google/gfxstream/host/gl/
DTextureResize.cpp204 fb->program = s_gles2.glCreateProgram(); in attachShaders()
456 mProgram = s_gles2.glCreateProgram(); in GenericResizer()
DTextureDraw.cpp200 mProgram = s_gles2.glCreateProgram(); in TextureDraw()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp136 GLuint program = glCreateProgram(); in buildShaderProgram()
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dglengine.cpp192 GLuint progId = glCreateProgram(); in engine_loadProgram()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp192 GLuint progId = glCreateProgram(); in engine_loadProgram()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp132 GLuint program = glCreateProgram(); in buildShaderProgram()
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dglengine.cpp192 GLuint progId = glCreateProgram(); in engine_loadProgram()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp192 GLuint progId = glCreateProgram(); in engine_loadProgram()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp213 GLuint progId = glCreateProgram(); in engine_loadProgram()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries47 GLuint glCreateProgram(void);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h50 GL_APICALL GLuint GL_APIENTRY glCreateProgram();
Dgles2_only_functions.h50 X(GLuint, glCreateProgram, (), ()) \
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp402 GLuint program = dispatch.glCreateProgram(); in MakeProgram()
432 GLuint program = dispatch.glCreateProgram(); in MakeProgram()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h41 glCreateProgram_dec_server_proc_t glCreateProgram; member
DGLESv2Decoder.cpp169 OVERRIDE_DEC(glCreateProgram) in initGL()
730 return ctx->glCreateProgram(); in s_glCreateProgram()
Dgles2_server_context.cpp38 glCreateProgram = (glCreateProgram_dec_server_proc_t) getProc("glCreateProgram", userData); in initDispatchByName()

123