| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_get_program_binary.txt | 62 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 …]
|
| D | ARB_gl_spirv.txt | 1659 (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,
|
| D | ARB_direct_state_access.txt | 3645 GetProgramBinary -> DSAGetProgramBinary
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_get_program_binary.txt | 72 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 …]
|
| D | ARB_gl_spirv.txt | 1725 (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
|
| D | ARB_direct_state_access.txt | 3676 GetProgramBinary -> DSAGetProgramBinary
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
| D | MESA_program_binary_formats.txt | 52 returned from GetProgramBinary calls in the <binaryFormat>
|
| /third_party/openGLES/extensions/MESA/ |
| D | MESA_program_binary_formats.txt | 52 returned from GetProgramBinary calls in the <binaryFormat>
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLAssembleGLESInterfaceAutogen.cpp | 413 GET_PROC(GetProgramBinary); in GrGLMakeAssembledGLESInterface() 416 GET_PROC_SUFFIX(GetProgramBinary, OES); in GrGLMakeAssembledGLESInterface()
|
| D | GrGLAssembleGLInterfaceAutogen.cpp | 412 GET_PROC(GetProgramBinary); in GrGLMakeAssembledGLInterface()
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | Update20150105.md | 28 * full GetProgramBinary support in core
|
| /third_party/openGLES/extensions/AMD/ |
| D | AMD_program_binary_Z400.txt | 134 #04 01/02/2008 Benj Lipchak Split GetProgramBinary into its own
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
| D | AMD_program_binary_Z400.txt | 134 #04 01/02/2008 Benj Lipchak Split GetProgramBinary into its own
|
| /third_party/skia/tools/gpu/gl/interface/ |
| D | interface.json5 | 582 // GetProgramBinary and ProgramBinary are available with an ES2 extension... 590 "GetProgramBinary", "ProgramBinary",
|
| /third_party/skia/src/gpu/gl/builders/ |
| D | GrGLProgramBuilder.cpp | 180 GL_CALL(GetProgramBinary(programID, length, &length, &binaryFormat, binary.get())); in storeShaderInCache()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_get_program_binary.txt | 432 #04 01/02/2008 Benj Lipchak Split GetProgramBinary into its own
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_get_program_binary.txt | 447 #04 01/02/2008 Benj Lipchak Split GetProgramBinary into its own
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | entry_points.h | 324 …void GL_APIENTRY GetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binary…
|
| D | entry_points.cpp | 1497 return gl::GetProgramBinary(program, bufSize, length, binaryFormat, binary); in glGetProgramBinary()
|
| D | libGLESv3.cpp | 3460 void GL_APIENTRY GetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryF… in GetProgramBinary() function
|
| D | libGLESv2.cpp | 6412 FUNCTION(GetProgramBinary), in es2GetProcAddress()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_3_0_autogen.cpp | 1362 ANGLE_CAPTURE(GetProgramBinary, isCallValid, context, programPacked, bufSize, length, in GL_GetProgramBinary()
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_4_autogen.cpp | 1626 ANGLE_CAPTURE(GetProgramBinary, isCallValid, context, programPacked, bufSize, length, in GL_GetProgramBinary()
|