HomeSort by relevance Sort by last modified time
    Searched refs:coordType (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderBuilder.h 50 /** Appends a 2D texture sample with projection if necessary. coordType must either be Vec2f or
56 GrSLType coordType = kVec2f_GrSLType) const;
61 GrSLType coordType = kVec2f_GrSLType);
71 GrSLType coordType = kVec2f_GrSLType);
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 60 enum CoordType
81 CoordType coordType,
102 CoordType m_coordType;
120 CoordType coordType,
131 , m_coordType (coordType)
382 CoordType coordType,
402 CoordType m_coordType
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 57 enum CoordType
78 CoordType coordType,
99 CoordType m_coordType;
117 CoordType coordType,
128 , m_coordType (coordType)
375 CoordType coordType,
395 CoordType m_coordType
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 435 unsigned coordType[4] = {1, 1, 1, 1};
439 coordType[ELEMENT_X] = 0;
440 coordType[ELEMENT_Y] = 0;
446 coordType[ELEMENT_Y] = 0;
448 coordType[ELEMENT_Z] = 0;
453 coordType[ELEMENT_Z] = 0;
457 EmitByte(coordType[i], OS);
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 435 unsigned coordType[4] = {1, 1, 1, 1};
439 coordType[ELEMENT_X] = 0;
440 coordType[ELEMENT_Y] = 0;
446 coordType[ELEMENT_Y] = 0;
448 coordType[ELEMENT_Z] = 0;
453 coordType[ELEMENT_Z] = 0;
457 EmitByte(coordType[i], OS);
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 61 enum CoordType
82 CoordType coordType,
103 CoordType m_coordType;
121 CoordType coordType,
132 , m_coordType (coordType)
436 CoordType coordType,
456 CoordType m_coordType
    [all...]
es2fShaderTextureFunctionTests.cpp 429 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps);
431 const char* coordTypeName = glu::getDataTypeName(coordType);
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 130 /** Appends a 2D texture sample with projection if necessary. coordType must either be Vec2f or
136 GrSLType coordType = kVec2f_GrSLType) const;
141 GrSLType coordType = kVec2f_GrSLType);
151 GrSLType coordType = kVec2f_GrSLType);
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 110 enum CoordType
131 CoordType coordType,
152 CoordType m_coordType;
170 CoordType coordType,
181 , m_coordType (coordType)
480 CoordType coordType,
500 CoordType m_coordType
    [all...]
es3fShaderDerivateTests.cpp 610 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision)
612 DE_ASSERT(glu::isDataTypeFloatOrVec(coordType));
628 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType);
    [all...]
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 359 const DataType coordType = getSamplerCoordType(m_samplerType);
363 spec->inputs.push_back(Symbol(coordsName, VarType(coordType, PRECISION_HIGHP)));
436 const DataType coordType = getSamplerCoordType(m_samplerType);
453 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
459 const int numCoordComps = getDataTypeScalarSize(coordType);
536 const int numCoordComps = getDataTypeScalarSize(coordType);
    [all...]
  /external/skia/include/gpu/gl/
GrGLFunctions.h 219 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
220 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCoordsProc)(GrGLuint path, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
221 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathSubCommandsProc)(GrGLuint path, GrGLsizei commandStart, GrGLsizei commandsToDelete, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
222 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathSubCoordsProc)(GrGLuint path, GrGLsizei coordStart, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 224 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
225 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCoordsProc)(GrGLuint path, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
226 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathSubCoordsProc)(GrGLuint path, GrGLsizei coordStart, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1497 milliseconds