/external/swiftshader/src/OpenGL/libGLES_CM/ |
ResourceManager.cpp | 82 Buffer *bufferObject = mBufferNameSpace.remove(buffer); 84 if(bufferObject) 86 bufferObject->release(); 129 Buffer *bufferObject = new Buffer(buffer); 130 bufferObject->addRef(); 132 mBufferNameSpace.insert(buffer, bufferObject);
|
/external/swiftshader/src/OpenGL/libGL/ |
ResourceManager.cpp | 164 BufferMap::iterator bufferObject = mBufferMap.find(buffer); 166 if(bufferObject != mBufferMap.end()) 168 //mBufferNameSpace.release(bufferObject->first); 169 if(bufferObject->second) bufferObject->second->release(); 170 mBufferMap.erase(bufferObject); 317 Buffer *bufferObject = new Buffer(buffer); 318 mBufferMap[buffer] = bufferObject; 319 bufferObject->addRef();
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
ResourceManager.cpp | 153 Buffer *bufferObject = mBufferNameSpace.remove(buffer); 155 if(bufferObject) 157 bufferObject->release(); 278 Buffer *bufferObject = new Buffer(buffer); 279 bufferObject->addRef(); 281 mBufferNameSpace.insert(buffer, bufferObject);
|
/frameworks/base/libs/hwui/tests/unit/ |
GlopBuilderTests.cpp | 65 EXPECT_EQ(expectedMesh.indices.bufferObject, builtMesh.indices.bufferObject); 67 EXPECT_EQ(expectedMesh.vertices.bufferObject, builtMesh.vertices.bufferObject); 104 glop->mesh.indices.bufferObject = GL_ZERO;
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.h | 58 /* Get the bm buffer associated with a GL bufferobject: 82 /* Hook the bufferobject implementation into mesa:
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_buffer_objects.h | 48 * Hook the bufferobject implementation into mesa:
|
/frameworks/base/libs/hwui/ |
Glop.h | 97 GLuint bufferObject; 104 GLuint bufferObject;
|
GlopBuilder.cpp | 593 && glop.mesh.vertices.bufferObject) { 662 ALOGD(" indices: buffer obj %x, indices %p", mesh.indices.bufferObject, mesh.indices.indices); 666 vertices.bufferObject, vertices.attribFlags,
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
GLClientState.h | 125 GLuint bufferObject; 736 *out = state.bufferObject; 742 *out = state.bufferObject; 748 *out = state.bufferObject; 754 *out = state.bufferObject; 760 *out = state.bufferObject; 766 *out = state.bufferObject; 772 *out = state.bufferObject;
|
/frameworks/base/libs/hwui/renderstate/ |
RenderState.cpp | 317 meshState().bindMeshBuffer(vertices.bufferObject); 321 meshState().bindIndicesBuffer(indices.bufferObject); 416 if (indices.bufferObject == meshState().getQuadListIBO()) { 433 } else if (indices.bufferObject || indices.indices) {
|
/frameworks/native/vulkan/api/ |
vulkan.api | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
Python.h | 96 #include "bufferobject.h"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
Python.h | 96 #include "bufferobject.h"
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
Python.h | 96 #include "bufferobject.h"
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
Python.h | 96 #include "bufferobject.h"
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
Python.h | 96 #include "bufferobject.h"
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
Python.h | 96 #include "bufferobject.h"
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
GLEncoder.cpp | 417 this->m_glBindBuffer_enc(this, GL_ARRAY_BUFFER, state.bufferObject); 418 if (state.bufferObject == 0) { 516 if (state.bufferObject || state.data) { 548 if (state.bufferObject != 0) { [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
Python2710.inf | 121 Objects/bufferobject.c
|
/external/mesa3d/src/mesa/main/ |
bufferobj.c | 100 return &ctx->Texture.BufferObject; 636 &ctx->UniformBufferBindings[i].BufferObject, 658 &ctx->UniformBufferBindings[i].BufferObject, 906 if (ctx->UniformBufferBindings[j].BufferObject == bufObj) { 923 if (ctx->Texture.BufferObject == bufObj) { [all...] |
/external/deqp/modules/gles3/functional/ |
es3fIntegerStateQueryTests.cpp | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_repr.py | 176 # bufferobject.c). The test is fairly incomplete too. Sigh.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
PythonCore.inf | 125 Python-$(PYTHON_VERSION)/Objects/bufferobject.c
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_repr.py | 176 # bufferobject.c). The test is fairly incomplete too. Sigh.
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_repr.py | 176 # bufferobject.c). The test is fairly incomplete too. Sigh.
|