Searched defs:memoryObjects (Results 1 – 8 of 8) sorted by relevance
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | MemoryObjectTest.cpp | 36 GLuint memoryObjects[kMemoryObjectCount]; in TEST_P() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationES2.cpp | 3211 bool ValidateCreateMemoryObjectsEXT(Context *context, GLsizei n, GLuint *memoryObjects) in ValidateCreateMemoryObjectsEXT() 3222 bool ValidateDeleteMemoryObjectsEXT(Context *context, GLsizei n, const GLuint *memoryObjects) in ValidateDeleteMemoryObjectsEXT()
|
| D | capture_gles_ext_autogen.cpp | 3765 GLuint *memoryObjects) in CaptureCreateMemoryObjectsEXT() 3783 const GLuint *memoryObjects) in CaptureDeleteMemoryObjectsEXT()
|
| D | capture_gles_ext_params.cpp | 2266 GLuint *memoryObjects, in CaptureCreateMemoryObjectsEXT_memoryObjects() 2275 const GLuint *memoryObjects, in CaptureDeleteMemoryObjectsEXT_memoryObjects()
|
| D | Context.cpp | 7494 void Context::deleteMemoryObjects(GLsizei n, const GLuint *memoryObjects) in deleteMemoryObjects() 7512 void Context::createMemoryObjects(GLsizei n, GLuint *memoryObjects) in createMemoryObjects()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | libGLESv2_autogen.cpp | 3735 void GL_APIENTRY glCreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in glCreateMemoryObjectsEXT() 3740 void GL_APIENTRY glDeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in glDeleteMemoryObjectsEXT() 5068 GLuint *memoryObjects) in glCreateMemoryObjectsEXTContextANGLE() 5156 const GLuint *memoryObjects) in glDeleteMemoryObjectsEXTContextANGLE()
|
| D | entry_points_gles_ext_autogen.cpp | 4106 void GL_APIENTRY CreateMemoryObjectsEXT(GLsizei n, GLuint *memoryObjects) in CreateMemoryObjectsEXT() 4125 void GL_APIENTRY DeleteMemoryObjectsEXT(GLsizei n, const GLuint *memoryObjects) in DeleteMemoryObjectsEXT() 8539 GLuint *memoryObjects) in CreateMemoryObjectsEXTContextANGLE() 8862 const GLuint *memoryObjects) in DeleteMemoryObjectsEXTContextANGLE()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | null_functions.cpp | 549 void INTERNAL_GL_APIENTRY glCreateMemoryObjectsEXTNULL(GLsizei n, GLuint *memoryObjects) {} in glCreateMemoryObjectsEXTNULL() 608 void INTERNAL_GL_APIENTRY glDeleteMemoryObjectsEXTNULL(GLsizei n, const GLuint *memoryObjects) {} in glDeleteMemoryObjectsEXTNULL()
|