Home
last modified time | relevance | path

Searched refs:GetProgramBinary (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_get_program_binary.txt62 representation of a program object. GetProgramBinary allows an
88 void GetProgramBinary(uint program, sizei bufSize, sizei *length,
143 void GetProgramBinary(uint program, sizei bufSize, sizei *length,
158 to GetProgramBinary will generate an INVALID_OPERATION error.
166 GetProgramBinary. This is useful for future instantiations of the GL to
169 those returned by a previous call to GetProgramBinary, and <length> must
170 be the length of the program binary as returned by GetProgramBinary or
210 by GetProgramBinary must be present in this list.
212 Any program binary retrieved using GetProgramBinary and submitted using
218 executables based on GL state outside the program, GetProgramBinary is
[all …]
DARB_gl_spirv.txt1659 (christophe) GetProgramBinary doesn't do conversion, currently we would retrieve a SPIR-V
1662 GL_PROGRAM_BINARY_RETRIEVABLE_HINT GetProgramBinary return a native program binary cache,
DARB_direct_state_access.txt3645 GetProgramBinary -> DSAGetProgramBinary
/third_party/openGLES/extensions/ARB/
DARB_get_program_binary.txt72 representation of a program object. GetProgramBinary allows an
98 void GetProgramBinary(uint program, sizei bufSize, sizei *length,
153 void GetProgramBinary(uint program, sizei bufSize, sizei *length,
168 to GetProgramBinary will generate an INVALID_OPERATION error.
176 GetProgramBinary. This is useful for future instantiations of the GL to
179 those returned by a previous call to GetProgramBinary, and <length> must
180 be the length of the program binary as returned by GetProgramBinary or
220 by GetProgramBinary must be present in this list.
222 Any program binary retrieved using GetProgramBinary and submitted using
228 executables based on GL state outside the program, GetProgramBinary is
[all …]
DARB_gl_spirv.txt1725 (christophe) GetProgramBinary doesn't do conversion, currently we would retrieve a SPIR-V
1728 GL_PROGRAM_BINARY_RETRIEVABLE_HINT GetProgramBinary return a native program binary cache,
2148 constants. It is expected that GetProgramBinary should operate
2153 GetProgramBinary returns a binary representation of the
DARB_direct_state_access.txt3676 GetProgramBinary -> DSAGetProgramBinary
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_program_binary_formats.txt52 returned from GetProgramBinary calls in the <binaryFormat>
/third_party/openGLES/extensions/MESA/
DMESA_program_binary_formats.txt52 returned from GetProgramBinary calls in the <binaryFormat>
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp413 GET_PROC(GetProgramBinary); in GrGLMakeAssembledGLESInterface()
416 GET_PROC_SUFFIX(GetProgramBinary, OES); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp412 GET_PROC(GetProgramBinary); in GrGLMakeAssembledGLInterface()
/third_party/skia/third_party/externals/angle2/doc/
DUpdate20150105.md28 * full GetProgramBinary support in core
/third_party/openGLES/extensions/AMD/
DAMD_program_binary_Z400.txt134 #04 01/02/2008 Benj Lipchak Split GetProgramBinary into its own
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_program_binary_Z400.txt134 #04 01/02/2008 Benj Lipchak Split GetProgramBinary into its own
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json5582 // GetProgramBinary and ProgramBinary are available with an ES2 extension...
590 "GetProgramBinary", "ProgramBinary",
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp180 GL_CALL(GetProgramBinary(programID, length, &length, &binaryFormat, binary.get())); in storeShaderInCache()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_get_program_binary.txt432 #04 01/02/2008 Benj Lipchak Split GetProgramBinary into its own
/third_party/openGLES/extensions/OES/
DOES_get_program_binary.txt447 #04 01/02/2008 Benj Lipchak Split GetProgramBinary into its own
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h324 …void GL_APIENTRY GetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binary…
Dentry_points.cpp1497 return gl::GetProgramBinary(program, bufSize, length, binaryFormat, binary); in glGetProgramBinary()
DlibGLESv3.cpp3460 void GL_APIENTRY GetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryF… in GetProgramBinary() function
DlibGLESv2.cpp6412 FUNCTION(GetProgramBinary), in es2GetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp1362 ANGLE_CAPTURE(GetProgramBinary, isCallValid, context, programPacked, bufSize, length, in GL_GetProgramBinary()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp1626 ANGLE_CAPTURE(GetProgramBinary, isCallValid, context, programPacked, bufSize, length, in GL_GetProgramBinary()