OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBindedBuffer
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
143
bool
isBindedBuffer
(GLenum target);
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
340
SET_ERROR_IF(!ctx->
isBindedBuffer
(target),GL_INVALID_OPERATION);
346
SET_ERROR_IF(!ctx->
isBindedBuffer
(target),GL_INVALID_OPERATION);
583
if(ctx->
isBindedBuffer
(GL_ELEMENT_ARRAY_BUFFER)) { // if vbo is binded take the indices from the vbo
745
SET_ERROR_IF(!ctx->
isBindedBuffer
(target),GL_INVALID_OPERATION);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
305
SET_ERROR_IF(!ctx->
isBindedBuffer
(target),GL_INVALID_OPERATION);
311
SET_ERROR_IF(!ctx->
isBindedBuffer
(target),GL_INVALID_OPERATION);
594
if(ctx->
isBindedBuffer
(GL_ELEMENT_ARRAY_BUFFER)) { // if vbo is binded take the indices from the vbo
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
428
bool GLEScontext::
isBindedBuffer
(GLenum target) {
Completed in 4414 milliseconds