Home
last modified time | relevance | path

Searched refs:GetFragDataLocation (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D21.1.8.rst35 - GetFragDataLocation(prog, "gl_FragColor") generates INVALID_OPERATION, but specs don't say it sho…
D21.2.2.rst55 - GetFragDataLocation(prog, "gl_FragColor") generates INVALID_OPERATION, but specs don't say it sho…
D21.3.0.rst139 - GetFragDataLocation(prog, "gl_FragColor") generates INVALID_OPERATION, but specs don't say it sho…
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_explicit_attrib_location.txt94 GetFragDataLocation and GetFragDataIndex. If a varying out variable has a
DARB_blend_func_extended.txt142 using the commands GetFragDataLocation and GetFragDataIndex. Output
DARB_program_interface_query.txt1176 int GetFragDataLocation(uint program, const char *name);
1573 GetUniformLocation, GetSubroutineUniformLocation, GetFragDataLocation
DARB_enhanced_layouts.txt1383 GetFragDataLocation. These entry points, particularly
1403 GetFragDataLocation, GetFragDataIndex). Should we provide similar
/third_party/openGLES/extensions/ARB/
DARB_explicit_attrib_location.txt104 GetFragDataLocation and GetFragDataIndex. If a varying out variable has a
DARB_blend_func_extended.txt152 using the commands GetFragDataLocation and GetFragDataIndex. Output
DARB_program_interface_query.txt1193 int GetFragDataLocation(uint program, const char *name);
1590 GetUniformLocation, GetSubroutineUniformLocation, GetFragDataLocation
DARB_enhanced_layouts.txt1393 GetFragDataLocation. These entry points, particularly
1413 GetFragDataLocation, GetFragDataIndex). Should we provide similar
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1437 { "glGetFragDataLocation", _O(GetFragDataLocation) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h275 GLint GL_APIENTRY GetFragDataLocation(GLuint program, const GLchar *name);
Dentry_points.cpp1252 return gl::GetFragDataLocation(program, name); in glGetFragDataLocation()
DlibGLESv3.cpp2073 GLint GL_APIENTRY GetFragDataLocation(GLuint program, const GLchar *name) in GetFragDataLocation() function
DlibGLESv2.cpp6403 FUNCTION(GetFragDataLocation), in es2GetProcAddress()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_blend_func_extended.txt222 GetFragDataLocation and GetFragDataIndexEXT. Output binding
/third_party/openGLES/extensions/EXT/
DEXT_blend_func_extended.txt222 GetFragDataLocation and GetFragDataIndexEXT. Output binding
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp1219 ANGLE_CAPTURE(GetFragDataLocation, isCallValid, context, programPacked, name, returnValue); in GL_GetFragDataLocation()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp987 ANGLE_CAPTURE(GetFragDataLocation, isCallValid, context, programPacked, name, returnValue); in GL_GetFragDataLocation()