Home
last modified time | relevance | path

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

12

/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/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.cpp204 mProgram = s_gles2.glCreateProgram(); in TextureDraw()
DYUVConverter.cpp773 mProgram = s_gles2.glCreateProgram(); in createYUVGLShader()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp136 GLuint program = glCreateProgram(); in buildShaderProgram()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp132 GLuint program = glCreateProgram(); in buildShaderProgram()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries47 GLuint glCreateProgram(void);
Dgles2_only_dispatch_logging_wrappers.impl215 DISPATCH_DEBUG_LOG("glCreateProgram()");
Dgles12tr_internal.entries60 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.cpp397 GLuint program = dispatch.glCreateProgram(); in MakeProgram()
427 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()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h551 GL_APICALL GLuint GL_APIENTRY glCreateProgram (void);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h532 GL_APICALL GLuint GL_APIENTRY glCreateProgram (void);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h402 GL_APICALL GLuint GL_APIENTRY glCreateProgram (void);

12