Searched refs:GetFragDataLocation (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.8.rst | 35 - GetFragDataLocation(prog, "gl_FragColor") generates INVALID_OPERATION, but specs don't say it sho…
|
D | 21.2.2.rst | 55 - GetFragDataLocation(prog, "gl_FragColor") generates INVALID_OPERATION, but specs don't say it sho…
|
D | 21.3.0.rst | 139 - GetFragDataLocation(prog, "gl_FragColor") generates INVALID_OPERATION, but specs don't say it sho…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_explicit_attrib_location.txt | 94 GetFragDataLocation and GetFragDataIndex. If a varying out variable has a
|
D | ARB_blend_func_extended.txt | 142 using the commands GetFragDataLocation and GetFragDataIndex. Output
|
D | ARB_program_interface_query.txt | 1176 int GetFragDataLocation(uint program, const char *name); 1573 GetUniformLocation, GetSubroutineUniformLocation, GetFragDataLocation
|
D | ARB_enhanced_layouts.txt | 1383 GetFragDataLocation. These entry points, particularly 1403 GetFragDataLocation, GetFragDataIndex). Should we provide similar
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_explicit_attrib_location.txt | 104 GetFragDataLocation and GetFragDataIndex. If a varying out variable has a
|
D | ARB_blend_func_extended.txt | 152 using the commands GetFragDataLocation and GetFragDataIndex. Output
|
D | ARB_program_interface_query.txt | 1193 int GetFragDataLocation(uint program, const char *name); 1590 GetUniformLocation, GetSubroutineUniformLocation, GetFragDataLocation
|
D | ARB_enhanced_layouts.txt | 1393 GetFragDataLocation. These entry points, particularly 1413 GetFragDataLocation, GetFragDataIndex). Should we provide similar
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1437 { "glGetFragDataLocation", _O(GetFragDataLocation) },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 275 GLint GL_APIENTRY GetFragDataLocation(GLuint program, const GLchar *name);
|
D | entry_points.cpp | 1252 return gl::GetFragDataLocation(program, name); in glGetFragDataLocation()
|
D | libGLESv3.cpp | 2073 GLint GL_APIENTRY GetFragDataLocation(GLuint program, const GLchar *name) in GetFragDataLocation() function
|
D | libGLESv2.cpp | 6403 FUNCTION(GetFragDataLocation), in es2GetProcAddress()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_blend_func_extended.txt | 222 GetFragDataLocation and GetFragDataIndexEXT. Output binding
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_blend_func_extended.txt | 222 GetFragDataLocation and GetFragDataIndexEXT. Output binding
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 1219 ANGLE_CAPTURE(GetFragDataLocation, isCallValid, context, programPacked, name, returnValue); in GL_GetFragDataLocation()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 987 ANGLE_CAPTURE(GetFragDataLocation, isCallValid, context, programPacked, name, returnValue); in GL_GetFragDataLocation()
|