| /external/swiftshader/src/OpenGL/libGL/ |
| Context.h | 610 // Framebuffers are owned by the Context, so these methods do not pass through
|
| libGL.cpp | 1303 void APIENTRY glDeleteFramebuffers(GLsizei n, const GLuint* framebuffers) 1305 TRACE("(GLsizei n = %d, const GLuint* framebuffers = %p)", n, framebuffers); 1323 if(framebuffers[i] != 0) 1325 context->deleteFramebuffer(framebuffers[i]); [all...] |
| /external/swiftshader/src/OpenGL/libGLES_CM/ |
| Context.h | 451 // Framebuffers are owned by the Context, so these methods do not pass through
|
| /frameworks/base/libs/hwui/debug/ |
| gles_stubs.in | 88 void API_ENTRY(glDeleteFramebuffers)(GLsizei n, const GLuint *framebuffers) { 89 CALL_GL_API(glDeleteFramebuffers, n, framebuffers); 154 void API_ENTRY(glGenFramebuffers)(GLsizei n, GLuint *framebuffers) { 155 CALL_GL_API(glGenFramebuffers, n, framebuffers); [all...] |
| /frameworks/native/opengl/include/GLES3/ |
| gl3.h | 412 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 434 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); [all...] |
| gl31.h | 414 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 436 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); [all...] |
| /hardware/qcom/display/msm8084/libgralloc/ |
| framebuffer.cpp | 216 ALOGV("num supported framebuffers in kernel = %d", numberOfBuffers);
|
| /hardware/qcom/display/msm8226/libgralloc/ |
| framebuffer.cpp | 217 ALOGV("num supported framebuffers in kernel = %d", numberOfBuffers);
|
| /hardware/qcom/display/msm8909/libgralloc/ |
| framebuffer.cpp | 214 ALOGV("num supported framebuffers in kernel = %d", numberOfBuffers);
|
| mapper.cpp | 107 // Cannot map secure buffers or framebuffers, but still need to map
|
| /hardware/qcom/display/msm8909w_3100/libgralloc/ |
| framebuffer.cpp | 214 ALOGV("num supported framebuffers in kernel = %d", numberOfBuffers);
|
| mapper.cpp | 107 // Cannot map secure buffers or framebuffers, but still need to map
|
| /hardware/qcom/display/msm8960/libgralloc/ |
| framebuffer.cpp | 209 ALOGV("num supported framebuffers in kernel = %d", numberOfBuffers);
|
| /hardware/qcom/display/msm8994/libgralloc/ |
| framebuffer.cpp | 220 ALOGV("num supported framebuffers in kernel = %d", numberOfBuffers);
|
| mapper.cpp | 109 // Cannot map secure buffers or framebuffers, but still need to map
|
| /hardware/qcom/display/msm8996/libgralloc/ |
| framebuffer.cpp | 207 ALOGV("num supported framebuffers in kernel = %d", numberOfBuffers);
|
| mapper.cpp | 108 // Cannot map secure buffers or framebuffers, but still need to map
|
| /external/deqp/framework/opengl/simplereference/ |
| sglrReferenceContext.hpp | 620 virtual void genFramebuffers (int numFramebuffers, deUint32* framebuffers); 621 virtual void deleteFramebuffers (int numFramebuffers, const deUint32* framebuffers); [all...] |
| sglrReferenceContext.cpp | 466 vector<Framebuffer*> framebuffers; local 467 m_framebuffers.getAll(framebuffers); 468 for (vector<Framebuffer*>::iterator i = framebuffers.begin(); i != framebuffers.end(); i++) 705 // Unbind from currently bound framebuffers 781 void ReferenceContext::genFramebuffers (int numFramebuffers, deUint32* framebuffers) 784 *framebuffers++ = m_framebuffers.allocateName(); 797 void ReferenceContext::deleteFramebuffers (int numFramebuffers, const deUint32* framebuffers) 801 deUint32 name = framebuffers[i]; 847 // Unbind from currently bound framebuffers [all...] |
| /hardware/qcom/display/msm8226/libhwcomposer/ |
| hwc_copybit.cpp | 155 //since we are using more than one framebuffers,we have to 158 //framebuffers [all...] |
| /device/generic/goldfish-opengl/system/GLESv2_enc/ |
| GL2Encoder.cpp | [all...] |
| /external/deqp/external/openglcts/modules/gl/ |
| gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 27 * \brief Conformance tests for the Direct State Access feature functionality (Framebuffers and Renderbuffer access part). 62 namespace Framebuffers 100 /* Framebuffers' objects */ [all...] |
| gl4cDirectStateAccessTests.hpp | [all...] |
| /cts/tests/tests/nativehardware/jni/ |
| AHardwareBufferGLTest.cpp | [all...] |
| /device/generic/goldfish-opengl/system/include/GLES3/ |
| gl3.h | 406 GL_APICALL void GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers); 428 GL_APICALL void GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers); [all...] |