Searched refs:glFramebufferTexture3DOES (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto155 glFramebufferTexture3DOES = 129;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp961 const GLMessage_Function GLMessage::glFramebufferTexture3DOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1309 static const Function glFramebufferTexture3DOES = GLMessage_Function_glFramebufferTexture3DOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp14748 glmsg.set_function(GLMessage::glFramebufferTexture3DOES);
14789 glContext->hooks->gl.glFramebufferTexture3DOES(target, attachment, textarget, texture, level, zoffset);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h369 GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);

Completed in 114 milliseconds