Home
last modified time | relevance | path

Searched refs:glGetProgramResourceLocation (Results 1 – 25 of 34) sorted by relevance

12

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DProgramInterfaceTest.cpp155 location = glGetProgramResourceLocation(program, invalidInterface, "any"); in TEST_P()
160 location = glGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "position"); in TEST_P()
164 location = glGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "noLocationSpecified"); in TEST_P()
168 location = glGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "missing"); in TEST_P()
172 location = glGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "oColor"); in TEST_P()
175 location = glGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "oColor[0]"); in TEST_P()
178 location = glGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "oColor[3]"); in TEST_P()
387 GLint location = glGetProgramResourceLocation(program, GL_UNIFORM, "color"); in TEST_P()
433 location = glGetProgramResourceLocation(program, GL_UNIFORM, "foo"); in TEST_P()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h365 {"glGetProgramResourceLocation", (void*)glGetProgramResourceLocation},
Dgl2_client_context.h401 glGetProgramResourceLocation_client_proc_t glGetProgramResourceLocation; member
Dgl2_client_context.cpp401glGetProgramResourceLocation = (glGetProgramResourceLocation_client_proc_t) getProc("glGetProgramR… in initDispatchByName()
Dgl2_entry.cpp396 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const char* name);
2807 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const char* name) in glGetProgramResourceLocation() function
2810 return ctx->glGetProgramResourceLocation(ctx, program, programInterface, name); in glGetProgramResourceLocation()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv31Imp.cpp547 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation(GLuint program, GLenum programInterface, … in glGetProgramResourceLocation() function
549 RET_AND_SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glGetProgramResourceLocation, 0); in glGetProgramResourceLocation()
552 …GLint glGetProgramResourceLocationRET = ctx->dispatcher().glGetProgramResourceLocation(globalProgr… in glGetProgramResourceLocation()
/device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/
Dgles31_only_static_translator_namespaced_header.h60 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation(GLuint program, GLenum programInterface, …
Dgles31_only.entries72 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const char * name);
Dgles31_only_functions.h60 …X(GLint, glGetProgramResourceLocation, (GLuint program, GLenum programInterface, const char * name…
Dgles31_only_dispatch_logging_wrappers.impl250 …DISPATCH_DEBUG_LOG("glGetProgramResourceLocation(program:%d, programInterface:0x%X, name:%p)", pro…
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles31_only.entries15 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const GLchar *name);
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
DlibGL_autogen.def929 glGetProgramResourceLocation
/device/generic/vulkan-cereal/stream-servers/gles2_dec/
Dgles2_server_context.h498 glGetProgramResourceLocation_dec_server_proc_t glGetProgramResourceLocation; member
DGLESv2Decoder.cpp270 OVERRIDE_DEC(glGetProgramResourceLocation) in initGL()
989 SNAPSHOT_PROGRAM_CALL_RET(GLint, glGetProgramResourceLocation, (void* self, GLuint program, GLenum …
Dgles2_server_context.cpp401glGetProgramResourceLocation = (glGetProgramResourceLocation_dec_server_proc_t) getProc("glGetProg… in initDispatchByName()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
DlibGLESv2_autogen.def280 glGetProgramResourceLocation
DlibGLESv2_with_capture_autogen.def280 glGetProgramResourceLocation
DlibGLESv2_no_capture_autogen.def280 glGetProgramResourceLocation
/device/generic/vulkan-cereal/protocols/gles2/
Dgles2.attrib1178 glGetProgramResourceLocation
1414 glGetProgramResourceLocation
Dgles2.in521 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const char *…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib926 glGetProgramResourceLocation
Dgles3.in517 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const char *…
/device/generic/vulkan-cereal/include/GLES3/
Dgl31.h1120 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1120 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
/device/generic/vulkan-cereal/third-party/angle/include/GLES3/
Dgl31.h1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…

12