Home
last modified time | relevance | path

Searched refs:GL_BOOL (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dgl_types.h56 #define GL_BOOL 0x8B56 macro
Dreflection.cpp698 case EbtBool: return GL_BOOL; in mapToGlType()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp37 case GL_BOOL: in UniformComponentCount()
99 case GL_BOOL: in UniformComponentType()
103 return GL_BOOL; in UniformComponentType()
156 case GL_BOOL: return sizeof(GLboolean); in UniformTypeSize()
198 case GL_BOOL: in VariableRowCount()
257 case GL_BOOL: in VariableColumnCount()
DProgram.cpp500 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 }; in setUniformfv()
711 else if(targetUniform->type == GL_BOOL) in setUniform1iv()
743 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 }; in setUniformiv()
829 else if(targetUniform->type == GL_BOOL) in setUniform1uiv()
861 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 }; in setUniformuiv()
941 case GL_BOOL: in getUniformfv()
999 case GL_BOOL: in getUniformiv()
1048 case GL_BOOL: in getUniformuiv()
1111 case GL_BOOL: applyUniform1bv(device, location, size, b); break; in applyUniforms()
DlibGLESv3.cpp1567 if(nativeType == GL_BOOL) in GetIntegeri_v()
2927 if(nativeType == GL_BOOL) in GetInteger64v()
3010 if(nativeType == GL_BOOL) in GetInteger64i_v()
DContext.cpp2662 *type = GL_BOOL; in getQueryParameterInfo()
2668 *type = GL_BOOL; in getQueryParameterInfo()
DlibGLESv2.cpp2545 if(nativeType == GL_BOOL) in GetFloatv()
2866 if(nativeType == GL_BOOL) in GetIntegerv()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h34 DECL_TYPE(bool, GL_BOOL, GLSL_TYPE_BOOL, 1, 1)
/external/mesa3d/src/mesa/main/
Darrayobj.c293 init_array(ctx, vao, VERT_ATTRIB_EDGEFLAG, 1, GL_BOOL); in _mesa_initialize_vao()
Dvarray.c90 case GL_BOOL: in type_to_bit()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp1175 case GL_BOOL: return TYPE_BOOL; in getDataTypeFromGLType()
DgluStrUtil.inl965 case GL_BOOL: return "GL_BOOL";
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h385 #define GL_BOOL 0x8B56 macro
/external/swiftshader/include/GLES2/
Dgl2.h320 #define GL_BOOL 0x8B56 macro
/external/mesa3d/include/GLES2/
Dgl2.h320 #define GL_BOOL 0x8B56 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h409 #define GL_BOOL 0x8B56 macro
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp1334 { "bool", "", "", "", "float(uniformValue)", GL_BOOL, 1, GL_FALSE }, in test()
/external/mesa3d/include/GLES3/
Dgl3.h320 #define GL_BOOL 0x8B56 macro
Dgl31.h322 #define GL_BOOL 0x8B56 macro
Dgl32.h322 #define GL_BOOL 0x8B56 macro
/external/swiftshader/include/GLES3/
Dgl3.h320 #define GL_BOOL 0x8B56 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl928 #define GL_BOOL 0x8B56 macro
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3219 gl_type = native_integers ? GL_BOOL : GL_FLOAT; in visit()
5506 case GL_BOOL: in emit_immediate()
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp1636 { "bool", "", "", "", "float(uniformValue)", GL_BOOL, 1, GL_FALSE }, in test()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp122 return GL_BOOL; in glVariableType()

12