HomeSort by relevance Sort by last modified time
    Searched full:glboolean (Results 251 - 275 of 1214) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 134 GLboolean _IsPowerOfTwo; /**< Are all dimensions powers of two? */
208 GLboolean AllowVertexFog;
209 GLboolean AllowPixelFog;
217 GLboolean _PreferPixelFog; /* Compute fog blend factor per fragment? */
218 GLboolean _TextureCombinePrimary;
219 GLboolean _FogEnabled;
220 GLboolean _DeferredTexture;
238 GLboolean SpecularVertexAdd; /**< Add specular/secondary color per vertex */
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.h 50 extern GLboolean r200ValidateState( struct gl_context *ctx );
54 extern void r200Fallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.h 50 void radeon_teximage_map(radeon_texture_image *image, GLboolean write_enable);
69 GLenum type, GLboolean fbo);
  /external/mesa3d/src/mesa/main/
framebuffer.h 87 extern GLboolean
90 extern GLboolean
state.h 46 _mesa_set_vp_override(struct gl_context *ctx, GLboolean flag);
52 static inline GLboolean
blend.c 45 static GLboolean
83 static GLboolean
125 static GLboolean
176 static GLboolean
208 GLboolean changed;
325 static GLboolean
347 GLboolean changed;
428 GLboolean changed;
700 _mesa_ColorMask( GLboolean red, GLboolean green
    [all...]
extensions.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_print.h 63 _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);
103 GLboolean lineNumbers);
  /external/mesa3d/src/mesa/state_tracker/
st_atom.h 77 GLboolean normalized, GLboolean integer);
st_cb_fbo.h 51 GLboolean defined; /**< defined contents? */
79 extern GLboolean
st_draw.h 55 GLboolean index_bounds_valid,
65 GLboolean index_bounds_valid,
  /external/mesa3d/src/mesa/swrast/
s_context.h 134 GLboolean _IsPowerOfTwo; /**< Are all dimensions powers of two? */
208 GLboolean AllowVertexFog;
209 GLboolean AllowPixelFog;
217 GLboolean _PreferPixelFog; /* Compute fog blend factor per fragment? */
218 GLboolean _TextureCombinePrimary;
219 GLboolean _FogEnabled;
220 GLboolean _DeferredTexture;
238 GLboolean SpecularVertexAdd; /**< Add specular/secondary color per vertex */
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.h 48 virtual bool glGetBooleanv(GLenum pname, GLboolean *params);
58 void setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int pointsIndex = -1);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 83 void (GLAPIENTRY *GLDispatch::glColorMask)(GLboolean,GLboolean,GLboolean,GLboolean) = NULL;
92 void (GLAPIENTRY *GLDispatch::glDepthMask)(GLboolean) = NULL;
103 void (GLAPIENTRY *GLDispatch::glGetBooleanv)(GLenum,GLboolean *) = NULL;
113 GLboolean (GLAPIENTRY *GLDispatch::glIsBuffer)(GLuint) = NULL;
114 GLboolean (GLAPIENTRY *GLDispatch::glIsEnabled)(GLenum) = NULL;
115 GLboolean (GLAPIENTRY *GLDispatch::glIsTexture)(GLuint) = NULL;
120 void (GLAPIENTRY *GLDispatch::glSampleCoverage)(GLclampf,GLboolean) = NULL
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 46 typedef unsigned char GLboolean;
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h 46 typedef unsigned char GLboolean;
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 46 typedef unsigned char GLboolean;
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h 46 typedef unsigned char GLboolean;
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h 46 typedef unsigned char GLboolean;
    [all...]
  /frameworks/native/opengl/libs/GLES_CM/
gl_api.in 160 void API_ENTRY(glColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) {
190 void API_ENTRY(glDepthMask)(GLboolean flag) {
232 void API_ENTRY(glGetBooleanv)(GLenum pname, GLboolean *params) {
283 GLboolean API_ENTRY(glIsBuffer)(GLuint buffer) {
286 GLboolean API_ENTRY(glIsEnabled)(GLenum cap) {
289 GLboolean API_ENTRY(glIsTexture)(GLuint texture) {
367 void API_ENTRY(glSampleCoverage)(GLclampf value, GLboolean invert)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
blend.c 45 static GLboolean
83 static GLboolean
125 static GLboolean
176 static GLboolean
208 GLboolean changed;
325 static GLboolean
347 GLboolean changed;
428 GLboolean changed;
700 _mesa_ColorMask( GLboolean red, GLboolean green
    [all...]
extensions.c     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h 76 GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) {
136 void GLES2DepthMask(GLboolean flag) {
219 void GLES2GetBooleanv(GLenum pname, GLboolean* params) {
296 GLboolean GLES2IsBuffer(GLuint buffer) {
299 GLboolean GLES2IsEnabled(GLenum cap) {
302 GLboolean GLES2IsFramebuffer(GLuint framebuffer) {
305 GLboolean GLES2IsProgram(GLuint program)
    [all...]

Completed in 2191 milliseconds

<<11121314151617181920>>